home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SamDodge.swf / scripts / DefineButton2_160 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-07-07  |  225 b   |  16 lines

  1. on(rollOver){
  2.    tellTarget("/roads")
  3.    {
  4.       stop();
  5.    }
  6.    tellTarget("/drivers/car" add eval("/:i"))
  7.    {
  8.       gotoAndStop("crash");
  9.       play();
  10.    }
  11.    tellTarget("/lives")
  12.    {
  13.       play();
  14.    }
  15. }
  16.